projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cabe904
)
* lisp/files.el (load-library): Doc fix. (Bug#22140)
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 11 Dec 2015 09:30:18 +0000
(11:30 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 11 Dec 2015 09:30:18 +0000
(11:30 +0200)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 10c0cea506453680bb5ee063d49d426bd9ee52e8..e7f7151acbd5a4a7904d27dd05b95a9e0dc1dc65 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-1023,6
+1023,7
@@
Return nil if COMMAND is not found anywhere in `exec-path'."
(defun load-library (library)
"Load the Emacs Lisp library named LIBRARY.
+LIBRARY should be a string.
This is an interface to the function `load'. LIBRARY is searched
for in `load-path', both with and without `load-suffixes' (as
well as `load-file-rep-suffixes').